home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / bin / graffiti / panel.h < prev   
C/C++ Source or Header  |  1993-06-18  |  605b  |  34 lines

  1. /* Header file generated with fdesign. */
  2.  
  3. /**** Callback routines ****/
  4.  
  5. extern void QuitProc(FL_OBJECT *, long);
  6. extern void DrawButtonProc(FL_OBJECT *, long);
  7. extern void UndoButtonProc(FL_OBJECT *, long);
  8. extern void VertexButtonProc(FL_OBJECT *, long);
  9.  
  10. extern void DoneButtonProc(FL_OBJECT *, long);
  11.  
  12.  
  13.  
  14. /**** Forms and Objects ****/
  15.  
  16. extern FL_FORM *MainForm;
  17.  
  18. extern FL_OBJECT
  19.         *QuitButton,
  20.         *DrawButton,
  21.         *UndoButton,
  22.         *VertexButton;
  23.  
  24. extern FL_FORM *PickInfoForm;
  25.  
  26. extern FL_OBJECT
  27.         *DoneButton;
  28.  
  29.  
  30.  
  31. /**** Creation Routine ****/
  32.  
  33. extern void create_the_forms();
  34.